PDF4Java Reference Documentation
com.o2sol.pdf4java.actions Package / PDFGoToAction Class / getDestination Method
In This Topic
    getDestination Method
    In This Topic
    Gets the destination of the GoTo action.
    Syntax
    public PDFDestination getDestination()

    Return Value

    A com.o2sol.pdf4java.destinations.PDFDestination descendant specifying the destination of this action.
    See Also